func internal/poll.errClosing

6 uses

	internal/poll (current package)
		fd.go#L42: func errClosing(isFile bool) error {
		fd_mutex.go#L203: 		return errClosing(fd.isFile)
		fd_mutex.go#L222: 		return errClosing(fd.isFile)
		fd_mutex.go#L240: 		return errClosing(fd.isFile)
		fd_poll_runtime.go#L121: 		return errClosing(isFile)
		fd_unix.go#L92: 		return errClosing(fd.isFile)